@import url("./../alice/base.css");
@import url("./../alice/iconfont.css");
@import url("./../alice/grid.css");
@import url("./../alice/box.css");
@import url("./../alice/list.css");
@import url("./../alice/slide.css");
@import url("./../alice/paging.css");
@import url("./top.css");
@import url("./flooter.css");

body{color:#555;font-size:12px;font-family:Arial,"microsoft yahei","微软雅黑";background:#fff;}
body{
	width:100%;
	overflow-x:hidden;
}

/* 正常链接 未访问 */
a {
    color: #555;
}

/* 鼠标悬停 */
a:hover {
    color: #f00;
    text-decoration:none;
}

.wrap{width:1200px;margin:0 auto;/*background:#efefef;*/}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt40{margin-top:40px;}
.mr11{margin-right:11px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr40{margin-right:40px;}
.w220{width:220px;}
.w960{width:960px;}
.w380{width:380px;}
.w540{width:540px;}
.w480{width:480px;}
.w860{width:860px;}
.w340{width:340px;}
.w620{width:620px;}
.w500{width:500px;}
.w680{width:680px;}
.w520{width:520px;}

.denggao{
	position:relative;
	overflow:hidden;
}
.denggao .fn-left,
.denggao .fn-right{
	padding-bottom:2000px;
	margin-bottom:-2000px;
}
.row-head{
	position: relative;
	padding:40px 0;
}
.row-head:before{
	position:absolute;
	top:65px;
	left:0;
	width:100%;
	height:1px;
	line-height:none;
	font-size:0;
	content:'';
	background-color:#d8d8d8;
}
.row-head .row-head-title{
	position: relative;
	display:block;
	width:300px;
	margin:0 auto;
    text-align: center;
    font-size: 28px;
    background: #fff;
    color: #D53500;
    line-height: 50px;
}
.row-head .row-head-title:before{
	position:absolute;
	top:50%;
	left:0;
	width:12px;
	height:12px;
	line-height:none;
	font-size:0;
	content:'';
	border:2px solid #d8d8d8;
	border-radius: 50%;
	margin-top:-6px;
}
.row-head .row-head-title:after{
	position:absolute;
	top:50%;
	right:0;
	width:12px;
	height:12px;
	line-height:none;
	font-size:0;
	content:'';
	border:2px solid #d8d8d8;
	border-radius: 50%;
	margin-top:-6px;
}
.row-head .row-head-text{
    text-align: center;
    font-size: 18px;
    line-height:1em;
    text-transform: uppercase;
    color:#999;
    margin-top:20px;
}
.row1{
	overflow:hidden;
}
.row1 .col1{
	background-color:#FF602B;
}
.row1 .col1 .ui-box{
	border:none;
}
.row1 .col1 .ui-box-head{
	height:65px;
	line-height:1em;
	border:none;
	margin:0;
	padding:0;
	background-color: #D53500;
	position:relative;
	padding-left:60px;
	padding-top:25px;
}
.row1 .col1 .ui-box-head:before{
	position:absolute;
	top:50%;
	left:20px;
	color:#fff;
	width:auto;
	line-height:1em;
	font-size:50px;
	font-family:"微软雅黑";
	content:'P';
	margin-top:-25px;
}
.row1 .col1 .ui-box-head-title{
	float:none;
	display:block;
	line-height:1em;
	font-size:20px;
	color:#fff;
	font-weight:normal;	
}
.row1 .col1 .ui-box-head-text{
	float:none;
	display:block;
	font-size:12px;
	line-height:1em;
	color:#fff;
	margin:8px 0 0 0;
}
.row1 .col1 .ui-box-container{
	background:none;
	border:none;
}
.row1 .col1 .ui-box-content{
	padding:0;
}
.row1 .col1 .ClassList ul{
	position:relative;
	margin-bottom:-1px;
}
.row1 .col1 .ClassList ul li{
	position:relative;
	display:block;
	border-bottom:1px solid #FF8055;
}
.row1 .col1 .ClassList ul li:last-child{
	border:none;
}
.row1 .col1 .ClassList ul li .title{
	display:block;
	position:relative;
	z-index:2;
	height:38px;
	overflow:hidden;
}
.row1 .col1 .ClassList ul li .title a{	
	position:relative;
	padding-left:52px;
	display:block;
	height:38px;
	line-height:36px;
	font-size:14px;
	color:#fff;
	margin-left:100%;
}
.row1 .col1 .ClassList ul li .title a.AMovetoShow{
	-webkit-animation: AMoveto .3s ease both;
	animation: AMoveto .3s ease both;
}
@keyframes AMoveto{
	from {
		margin-left:100%;
		opacity: 0;
	}
	to {
		margin-left:0;
		opacity: 1;
	}
}
@-webkit-keyframes AMoveto{
	from {
		margin-left:50%;
		opacity: 0.3;
	}
	to {
		margin-left:0;
		opacity: 1;
	}
}
.row1 .col1 .ClassList ul li .title a:before{
	position:absolute;
	top:50%;
	left:22px;
	width:10px;
	height:9px;
	font-size:0;
	line-height:none;
	content:'';
	background:url('../../images/icon-1.png') 0 0 no-repeat;
	margin-top:-5px;
}
.row1 .col1 .ClassList ul li .title a:hover{
	background-color:#FFA63E;
	color:#fff;
}
.row1 .col1 .ClassList ul li dl{
	position:absolute;
	top:0;
	right:0;
	width:500px;
	overflow:hidden;
	margin-right:2000px;
	padding:10px 10px 20px 10px;
	opacity: 0;
	background:#FFA63E;
	z-index:1;
}
.row1 .col1 .ClassList ul li dl.IECSS{
	opacity: 1;
	margin-right: -520px;
	display:none;
}
.row1 .col1 .ClassList ul li dl.ClassListShow{
	-webkit-animation: ClassListMoveTo .5s ease both;
	animation: ClassListMoveTo .5s ease both;
}
@keyframes ClassListMoveTo{
	10% {
		margin-right:-480px;
		opacity: 0;
	}
	100% {
		margin-right:-520px;
		opacity: 1;
	}
}
@-webkit-keyframes ClassListMoveTo{
	10% {
		margin-right:-480px;
		opacity: 0;
	}
	100% {
		margin-right:-520px;
		opacity: 1;
	}
}
.row1 .col1 .ClassList ul li dl dd{
	float:left;
	width:33.33%;	
}
.row1 .col1 .ClassList ul li dl dd a{
	display:block;
	margin:0 10px;
	height:38px;
	line-height:36px;
	font-size:14px;
	color:#fff;
	text-align:center;
	background:#EA9839;
	margin-top:10px;
}
.row1 .col1 .ClassList ul li dl dd a:hover{
	background:#B8782D;
}
.row1 .col1 .ClassList ul li:hover .title a{
	background-color:#FFA63E;
	color:#fff;
}

.row1 .col2 .ImgList{
	width:960px;
	overflow:hidden;
}
.row1 .col2 .ImgList ul{
	width:984px;
	overflow:hidden;
	margin-bottom:-27px;
}
.row1 .col2 .ImgList ul li{
	float:left;
	width:210px;
	margin:0 24px 27px 0;
	border:6px solid #efefef;
	position:relative;
	overflow:hidden;
}
.row1 .col2 .ImgList ul li a,
.row1 .col2 .ImgList ul li a span{
	display:block;
	
}
.row1 .col2 .ImgList ul li a{
	background:#fff;
	
	margin-left:100%;	
}
.row1 .col2 .ImgList ul li a.ImgListMovetoShow{
	-webkit-animation: ImgListMoveto .5s ease both;
	animation: ImgListMoveto .5s ease both;
}
@keyframes ImgListMoveto{
	from {
		margin-left:100%;
		opacity: 0;
	}
	to {
		margin-left:0;
		opacity: 1;
	}
}
@-webkit-keyframes ImgListMoveto{
	from {
		margin-left:100%;
		opacity: 0;
	}
	to {
		margin-left:0;
		opacity: 1;
	}
}
.row1 .col2 .ImgList ul li a .img{
	position:relative;
	width:210px;
	height:170px;	
}
.row1 .col2 .ImgList ul li a .img img{
	max-width:210px;
	max-height:170px;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.row1 .col2 .ImgList ul li a .text{
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	background: #efefef;;
}
.row1 .col2 .ImgList ul li:hover{
	border-color:#2880C1;
}
.row1 .col2 .ImgList ul li a:hover .text{
	color:#fff;
	background:#2880C1;
}

.row2{
	border-top:12px solid #D84847;	
	padding-top:40px;
}
.row2 .row2-1{
	opacity: 0;
}
.row2 .row2-2{
	position:relative;	
}
.row2 .row2-2 img{
	position:relative;
	top:0;
	left:-500px;
	opacity: 0;
}
.row2 .row2-3{
	position:relative;
}
.row2 .row2-3 img{
	position:relative;
	top:0;
	right:-500px;
	opacity: 0;
}

.row3{
	background:url('../../images/row2-bg.jpg') center 0 no-repeat;
	/*padding-top:20px;*/
	height:698px;
	position:relative;
}
.row3 .wrap{

}
.row3 .row3-all{
	opacity:0;
}
.row3 .row3_Show{
	-webkit-animation: row3_Moveto .8s ease both;
	animation: row3_Moveto .8s ease both;
}
@keyframes row3_Moveto{
	from {
		transform: scale(0,0);
		-webkit-transform: scale(0,0);
		opacity: 0;
	}
	to {
		transform: scale(1,1);
		-webkit-transform: scale(1,1);
		opacity: 1;
	}
}
@-webkit-keyframes row3_Moveto{
	from {
		margin-left:100%;
		opacity: 0;
	}
	to {
		margin-left:0;
		opacity: 1;
	}
}
.row3:before{
	position:absolute;
	top:0;
	left:50%;
	width:0;
	height:0;
	font-size:0;
	line-height:none;
	content:'';
	border:15px solid transparent;
	border-top-color:#fff;
	margin-left:-15px;

}
.row3 .row-head:before{
	    background-color: #fff;
}
.row3 .row-head .row-head-title{
	/*color:#1E9F7B;*/
	background-color:transparent;
	background:url('../../images/row2-bg.jpg') center -40px no-repeat;
}
.row3 .row-head .row-head-title:before,
.row3 .row-head .row-head-title:after{
	border-color:#fff;
}

.row3 .w620 img{
	border:10px solid rgba(255, 255, 255, 0.3);
}
.row3 .info h1{
	font-size:20px;
	color:#0757C3;
	font-weight:bold;
	padding:10px 0;
	line-height:40px;
}
.row3 .info p{
	font-size:14px;
	color:#666;
	text-align: justify;
	line-height:2em;
}
.row3 .info a{
	display:block;
	background:#FF4000;
	font-size:14px;
	color:#fff;
	width:6em;
	padding:0 20px;
	line-height:30px;
	height:32px;
	float:right;
	border-radius:5px;
	margin-top:10px;
}
.row3 .info a:hover{
	background:#FF602B;
}
.row3 .w540 .info p a:hover{
	text-decoration: none;
}
.row3 .row3-2{
	margin-top:40px;	
}
.row3 .ImgList ul{
	width:auto;
	overflow:hidden;
}
.row3 .ImgList ul li{
	float:left;
	width:260px;
	height:180px;
	margin-right:40px;
}
.row3 .ImgList ul li img{
	width:240px;
	height:160px;
	border:10px solid rgba(255, 255, 255, 0.3);
}
.row3 img:hover,
.row3 .ImgList ul li img:hover{
	border-color:rgba(0, 0, 0, 0.1);
}

.row4{
	background:#F4F4F4;
	position:relative;
	opacity: 0;
}
.row4 .wrap{
	/*height:293px;*/
	position:relative;
	z-index:2;
	background:url('../../images/bg3.jpg') right 51px no-repeat;
	padding-bottom:10px;
}
.row4:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	border-bottom:1px solid #d8d8d8;
	content:'';
	background:#fff;
	z-index:1;
}
.row4 .wrap{

}
.row4 .ui-box{
	border:none;
}
.row4 .ui-box-head{
	height:50px;
	line-height:48px;
	margin:0;
	padding:0;
	border:none;
}
.row4 .ui-box-head-title{
	font-size:22px;
	color:#D53500;;
	font-weight:normal;
}
.row4 .ui-box-head-text{
	font-size:24px;
	color: #ddd;
	line-height:48px;
	text-transform: uppercase;
}
.row4 .ui-box-container{
	border:none;
	background: none;
}
.row4 .ui-box-content{
	padding:0;
}
.row4 .NewsList{
	width:680px;
	overflow:hidden;
}
.row4 .NewsList ul{
	width:700px;
	overflow:hidden;
	margin-bottom:-1px;
}
.row4 .NewsList ul li{
	float:left;
	width:330px;
	border-bottom:1px dotted #d8d8d8;
	padding:30px 20px 20px 0;	
}
.row4 .NewsList ul li a{
	display:block;
}
.row4 .NewsList ul li a .datetime{
	float:left;
	width:56px;
}
.row4 .NewsList ul li a .datetime_month{
	display:block;
	background: #ec799e;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:32px;
}
.row4 .NewsList ul li a .datetime_day{
	display:block;
	color:#fff;
	text-align:center;
	font-size:16px;
	background: #60c1ec;
	line-height:28px;
}
.row4 .NewsList ul li a .title{
	display:block;
	margin-left:74px;
	color: #585858;
	font-size:14px;
}
.row4 .NewsList ul li a .info{
	display:block;
	margin-left:74px;
	font-size:12px;
	font-family: arial;
	color:#999;
	line-height:18px;
}
.row4 .NewsList ul li a:hover .title{
	color:#f00;
}
.row4 .honor{
	width:270px;
	height:197px;
	overflow:hidden;
	padding:67px 0 0 49px;
}
.row4 .honor .ui-slide{width:270px;height:197px;margin:0 auto;overflow:hidden;}
.row4 .honor .ui-slide .ui-switchable-content{
	display:block;
	height:197px;
}
.row4 .honor .ui-slide .ui-switchable-content .ui-switchable-panel{display:block;width:270px;height:197px;display:none;}
.row4 .honor .ui-slide .ui-switchable-content .ui-switchable-panel a{display:block;height:197px;}
.row4 .honor .ui-slide .ui-switchable-nav{left:0;width:100%;text-align:center;}
.row4 .honor .ui-slide .ui-switchable-active{background-color:#f00;}

.row5{
	background:url('../../images/bg5.jpg') center 0 repeat;
	padding:0 0 40px;
	position:relative;
	opacity: 0;	
}
.row5:before{
	position:absolute;
	top:0;
	left:50%;
	width:0;
	height:0;
	font-size:0;
	line-height:none;
	content:'';
	border:15px solid transparent;
	border-top-color:#fff;
	margin-left:-15px;

}
.row5 .row-head:before{
	    background-color: #CCBACD;
}
.row5 .row-head-title{
	color:#fff;
	background:url('../../images/bg5.jpg') center -40px no-repeat;
}
.row5 .row-head-title:before,
.row5 .row-head-title:after{
	border-color:#CCBACD;
}
.row5 .row-head-text{
	color:#E7DFE8;
}
.row5 #allmap{
	width:860px;
	height:340px;
	margin:0;font-family:"微软雅黑";font-size:14px;
	border:1px solid #d8d8d8;
}
.row5 .ui-box-container{
	background-color:#22B38A;
	border:none;
	height:342px;
}
.row5 .info{
	padding-top:15px;
}
.row5 .info p{
	font-size:14px;
	line-height:2em;
	color:#fff;
}
.row5 .info p i{
	font-size:16px;
	margin:0 10px;
}
.row5 .more{
	font-size:14px;
	color:#fff;
	line-height:2em;
	background:#1E9F7B;
	text-align:center;
	margin-top:15px;
	border-radius:5px;
}
.row5 .more a{
	color:#fff;	
}
.row5 .more a:hover{
	color:#ff0;
}